| 1. | Srr : segment register rewrite 区段寄存器重写 |
| 2. | Every segment register has a “ visible ” part and a “ hidden ” part 每个段寄存器都“可见段”和“隐藏段”两个部分组成。 |
| 3. | These instructions change the contents of the cs register ( and sometimes other segment registers ) as an incidental part of their operation 而这类指令在执行时会修改cs (或其它段寄存器)的内容。 |
| 4. | For a program to access a segment , the segment selector for the segment must have been loaded in one of the segment registers 在程序读取一个段的信息时,段选择子必须已经被提前载入这个寄存器中。 |
| 5. | The following sample code segment registers a provided service instance called sqserviceaservice with the stockquoteservicedesk 用下面的样例代码段可以向stockquoteservicedesk注册sqserviceaservice : |
| 6. | The fs and gs segment registers are not normally used in application programs but are used in some instances by the operating system Fs和gs段寄存器不经常被应用程序使用,但是有些时候被操作系统所使用。 |
| 7. | Memory management is simpler when all processes use the same segment register values when they share same set of linear addresses 当所有的进程都使用相同的段寄存器值时(当它们共享相同的线性地址空间时) ,内存管理更为简单。 |
| 8. | In linux , all the segment registers point to the same range of segment addresses - in other words , each uses same set of linear addresses 在linux中,所有的段寄存器都指向相同的段地址范围换言之,每个段寄存器都使用相同的线性地址。 |
| 9. | The rpl request privilege level defines the current privilege level of the cpu when the corresponding segment selector is loaded in the segment register Rpl ( request privilege level )定义了在将对应的段选择器加载到段寄存器中时cpu的当前特权级别。 |
| 10. | Each time a segment selector is loaded on to segment registers , the corresponding segment descriptor is loaded from memory into a matching non - programmable cpu register 每次将段选择器加载到段寄存器中时,对应的段描述符都会从内存加载到相匹配的不可编程cpu寄存器中。 |